Top

Using WebScript

This chapter describes the WebObjects scripting language, WebScript. For an introduction to the WebObjects Framework, see the chapter Getting Started.

The WebScript Language

This section describes WebScript language features and syntax. For a complete WebScript example and a discussion of how scripts operate within the larger context of a WebObjects application, see the section Using WebScript in a WebObjects Application.

The topics included in this section are:

Using WebScript in a WebObjects Application

This section discusses using WebScript in the context of a WebObjects application. For a detailed discussion of the structure of a WebObjects application, see Getting Started. The topics included in this section are:

Special WebScript Objects and Methods

This section describes the special WebScript methods you use to:

Debugging

This section describes how to use the logWithFormat: and trace methods to aid in debugging a WebObjects application.

WebScript Language Summary

This section provides a reference summary of the statements, operators, and keywords used by the WebScript language. Read this section if you want a quick overview of what's in the WebScript language.

Special Topics